home *** CD-ROM | disk | FTP | other *** search
- Path: unix1.sncc.lsu.edu!eenaya
- From: eenaya@unix1.sncc.lsu.edu (Pradeep Nayar)
- Newsgroups: comp.lang.c
- Subject: strings
- Date: 28 Jan 1996 16:55:47 GMT
- Organization: Louisiana State University
- Message-ID: <4eg9qj$1ut4@sp115.ocs.lsu.edu>
- NNTP-Posting-Host: unix1-t.sncc.lsu.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi,
- I saw this piece of code in a book somewhere.
-
- ----
- char *str ;
-
- str = "hello world"[10] ;
-
- _________
-
- what does the second line do?
-
- Pradeep Nayar
-